Skip to content

Conversation

@andrewwhitehead
Copy link
Member

@andrewwhitehead andrewwhitehead commented Nov 7, 2025

Also cleans up some warnings and unused code, and adjusts the Rust version used in CI.

Fixes #365

Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
};

use crate::utils::{fixtures, VerifierWallet};
use crate::utils::{VerifierWallet, fixtures};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question -- do changes like this where the parameters are resorted mean that the wrappers have to change their calls? Or are such changes only on imports. This example seems to be an import, but I thought I saw others that that were calls with ordering changes.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is just rustfmt requiring a specific alphanumeric ordering to the imports. Any changes to calls should just be wrapping the lines differently.

Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
…s in a presentation

Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
@andrewwhitehead andrewwhitehead merged commit 1178212 into hyperledger:main Nov 12, 2025
25 checks passed
@andrewwhitehead andrewwhitehead deleted the edition-2024 branch November 12, 2025 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Issue with Python Audit wheel

2 participants